LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CombineWarpCommand Constructor(RasterImage,LeadPoint[],LeadRect,CombineWarpCommandFlags)






The destination image for the command.
An array that contains the four points that define the warp area in the destination image.
Defines the area of the source image to be warped.
Flags that indicate the type of interpolation to use, if interpolation is used.
Initializes a new instance of the CombineFastCommand with explicit parameters. .NET support WinRT support
Syntax
'Declaration
 
Public Function New( _
   ByVal destinationImage As RasterImage, _
   ByVal destinationPoints() As LeadPoint, _
   ByVal sourceRectangle As LeadRect, _
   ByVal flags As CombineWarpCommandFlags _
)
'Usage
 
Dim destinationImage As RasterImage
Dim destinationPoints() As LeadPoint
Dim sourceRectangle As LeadRect
Dim flags As CombineWarpCommandFlags
 
Dim instance As New CombineWarpCommand(destinationImage, destinationPoints, sourceRectangle, flags)
function CombineWarpCommand( 
   destinationImage ,
   destinationPoints ,
   sourceRectangle ,
   flags 
)

Parameters

destinationImage
The destination image for the command.
destinationPoints
An array that contains the four points that define the warp area in the destination image.
sourceRectangle
Defines the area of the source image to be warped.
flags
Flags that indicate the type of interpolation to use, if interpolation is used.
Remarks
destinationImage will hold the result of combing this image with the image passed to the RasterCommand.Run method.
Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.